From 917e283898072ca39ebfd1329cfe5d6ba441ab98 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sat, 6 Jul 2013 22:00:30 +0000 Subject: [PATCH] Document dependency on Qt for http://www.gpsbabel.org/htmldoc-development/Source.html git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4403 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/chapters/build.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/gpsbabel/xmldoc/chapters/build.xml b/gpsbabel/xmldoc/chapters/build.xml index 5fd3174b9..e8d198620 100644 --- a/gpsbabel/xmldoc/chapters/build.xml +++ b/gpsbabel/xmldoc/chapters/build.xml @@ -19,11 +19,9 @@ additional information. For operating systems where no binary is provided or if you want the latest development version, you will have to build it from source. The code should be compilable on any system with -ISO C89 compilers, though we use a smattering of C99 like double slash -comments. It's tested on Linux, Mac OS/X, and Windows cross compilers. +ISO C++ It's tested on Linux, Mac OS/X, and Windows cross compilers. Less frequently, someone will build on MSVC, FreeBSD, OpenBSD, Solaris, -UnixWare, OpenServer, etc. It's also exercised on a variety of -processors and compilers. +etc. You can grab a release from the GPSBabel download page, but if you're going to be doing any development, you'll find that working from the GPSBabel SVN tree is easier. @@ -40,6 +38,12 @@ That can be done easily with the single command: In most cases, the code is as simple to build as running: ./configure && make + Qt +is required for all builds. Mac and Windows users can download +binaries from Qt Downloads +Fedora users may need to 'yum install libqt4-core libqt4-dev'. Ubuntu users may need to +'apt-get install libqt4-core libqt4-dev'. + Expat is strongly recommended for source builds as it is required for reading all the XML formats such as GPX. Fedora users @@ -47,9 +51,10 @@ may need to 'yum install expat-devel'. Ubuntu users may need to 'apt-get install expat libexpat-dev'. libusb -is recommended for OS/X and Linux if you want to use a USB Garmin. +is recommended for OS/X and Linux if you want to use a USB Garmin or +Delorme device. Fedora users may need to 'yum install libusb-devel'. Ubuntu users may -need to 'apt-get install libusb-dev'. +need to 'yum install libusb-dev'. There are additional flags that can be passed to configure to customize your build of GPSBabel. -- 2.30.2